home *** CD-ROM | disk | FTP | other *** search
- The current port of httpd for the Amiga: (8Jan94)
-
- * Expects to find http:
- * Looks in http:conf/ for its configuration files
- * Ignores standalone/inetd in the configuration file - it detects whether
- it has been started by inetd, and adjusts accordingly
- * Terminates if an error is found in standalone mode - suggest restarting
- it using a macro
- * Handles cgi scripts only. No access to sockets is currently possible in
- a script. 'Scripts' can be AmigaDOS scripts, AmigaDOS commands, or ARexx
- macros. ARexx macros must start (in this case 1st & second bytes) with /*
- A sample cgi-script (finger) is included.
-
- * Works fine on standard documents, files etc (unless you know different...)
- * Works under AmiTCP
- * Performs better in standalone mode
-
- * Has had the makefile significantly butchered to suit me... (but I'm sure it
- can be undone...)
-
- * Is still under development... If there's any bits that you'd really like
- tackled, let me know - otherwise I'll have a go at whatever seems easiest
- at the time.
-
- The files packed from docs/ and conf/ directories should be installed in these
- directories under http: to give a basic installation: the other files are
- sources and the executable. NB the basic installation is not complete, in
- that there are references to documents that will not be satisifed; however
- the overview and a few others can be accessed.
-
- It also needs the following line added to AmiTCP:db/Services
- http 80/tcp ;World Wide Web
-
-
- Change History
-
- 0.1
- Security hole (//) fixed
- Security generally enabled
- cgi scripts now working
- 0.0
- (Unnumbered actually, but the first version uploaded)
-
-
-
- Cheers Graham
-